home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 4 / BBS in a Box - Macintosh - Volume IV (January 1992) (BBS in a Box).iso / Files / Game / C / CORE! 1.1.CPT / Core! 1.1 / Battle Programs / Standard / imp.cannon < prev    next >
Encoding:
Text File  |  1989-07-18  |  174 b   |  14 lines  |  [TEXT/MARS]

  1. ;
  2. ; The imp cannon fires off an imp every
  3. ; so often.
  4. ;
  5. timer dat 0,400
  6. ;
  7. lup   djn lup,timer
  8. ;
  9. fire  mov #400,timer
  10.       spl imp,0
  11.       jmp lup,0
  12. ;
  13. imp   mov 0,1
  14. end   lup